home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / GRAF3D / GRAF3D.REA < prev    next >
Text File  |  1992-07-19  |  1KB  |  27 lines

  1. Revision --- these two programs have been revised to work with the existing
  2. <Graf3d> library supplied with Think C 5. They offer simple examples of 
  3. how to use the library. Both programs create a window that fills the 
  4. primary monitor and displays 3D information continuously until a mouse 
  5. click stops the program.
  6.  
  7. The included Doc file describes the Graf3D library in a Pascal context, 
  8. but the usage is the same.
  9.  
  10. Kevin BjÜrke,    71540.3413@compuserve.com
  11.  
  12. --------------------------------------------------------------------
  13.  
  14. Boxes.c and BoxSphere.c are translations of Pascal programs from the
  15. A.P.D.A 'Macintosh Example Applications and Sources v.1.0' disk. The two
  16. programs are examples of using the Graf3D library. The Graf3D library
  17. routines can be extracted from the Apple MPW C Interface.o library by
  18. running Think C's oConv application with Interface.v present. The resulting
  19. library project must╩be cleaned of all routines except GRAF3D, PRHACK,
  20. FIXMATH, and PRINTCALLS. Graf3D.h is modified for Think C from the MPW C
  21. header. The Graf3D library routines are documented in the MPW Reference
  22. manual. The Think C Project for Boxes or BoxSphere requires the created
  23. Graf3D library and MacTraps. BoxSphere also requires ANSI-small.
  24.  
  25. Lewis E. Garrett, CIS 71147,2202 -- 9/27/90
  26.  
  27.